func strconv.bitSizeError
2 uses
strconv (current package)
atoi.go#L48: func bitSizeError(fn, str string, bitSize int) *NumError {
atoi.go#L103: return 0, bitSizeError(fnParseUint, s0, bitSize)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)